//==============================================================================
define NorseCavalryShield
{
	SetSelector
	{
			TechLogic none/Copper shields/Bronze shields/Iron shields/Dragonscale Shields
			set hotspot
			{
				version
				{
					visualnone Jimmy
				}
			}
			set hotspot
			{
				version
				{
					visual Attachments N Shield Small Copper
				}
			}
			set hotspot
			{
				version
				{
					visual Attachments N Shield Small Bronze
					ReplaceTexture Attachments N Shield Copper/Attachments N Shield Bronze
				}
			}
			set hotspot
			{
				version
				{
					visual Attachments N Shield Small Iron
					ReplaceTexture Attachments N Shield Copper/Attachments N Shield Iron
				}
			}
			set hotspot
			{
				version
				{
					visual Attachments N Shield Small Iron
					ReplaceTexture Attachments N Shield Copper/Attachments N Shield Thor
				}
			}		
	}
}